-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add power/energy sensor for Matter draft electrical measurement cluster #132920
Add power/energy sensor for Matter draft electrical measurement cluster #132920
Conversation
Hey there @home-assistant/matter, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
@marcelveldt Could you please take a look? |
I'll come back to you on this one asap. Need to discuss if we want to merge in something that was never supposed to be used. Maybe set a deprecation date. Point is that you want a nudge towards manufacturers to just update their devices to 1.3 - this draft cluster was never supposed to be used in devices. Had a quick talk about this and we're just going to merge this as-is, there is very little risk to it or reason to deprecate it other than you just shouldn't use any matter 1.0 devices but that is for other reasons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dext0r !
@dext0r tests seem to be failing, can you have a look? |
I informed the manufacturer about use of draft clusters. But I don't know if they plan to release a new firmware. I will submit a pull request when/if it happens.
Tests was fixed, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @dext0r !
Breaking change
Proposed change
Yandex Smart Socket (YNDX-00540) use ElectricalMeasurement cluster that was in draft Matter specification but not made in 1.0 spec. It was finally removed in v1.4 branch of Matter SDK (see project-chip/connectedhomeip#35583)
Depends on #132502
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: